home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / pc / Open Me for REALbasic 3 / REALbasic 3.2 / Goodies / Development Tools / XCMDs and XFCNs / File and Resource / SetVersion XCMD 1.0r / card_5102.txt < prev    next >
Encoding:
Text File  |  1994-04-15  |  1.2 KB  |  28 lines

  1. -- card: 5102 from stack: in.0r
  2. -- bmap block id: 5149
  3. -- flags: 0000
  4. -- background id: 2600
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 2
  9. ----- text -----
  10.  
  11. The Version field in the Get Info window has enough room for two lines of text, but you should keep the 
  12. "long" string brief.  It should contain descriptive information consisting of the file's version number, release date, and copyright (but not the file's name as this is already displayed by the Finder):
  13.  
  14. 1.0 of June 8, 1989
  15. by Jay Hodgdon ¬©1989
  16.  
  17. The auxiliary field (just below the file's name) can contain only one line of text, so you should keep the 
  18. "aux" string very brief.  This string may contain information that identifies the stack as being part of a set:
  19.  
  20. Ignatz Software Developer Tools
  21.  
  22. The version NUMBER (the "short" field) and the Country Code data are useful only if you use FileVersion XFCN to access this information.  You may wish to use these fields if you are developing stacks for distribution in different countries or wish to have a convenient way of determining a stack's version number for later updating or modification.
  23.  
  24. You may leave ANY of the vers fields empty.
  25.  
  26. -- part contents for background part 5
  27. ----- text -----
  28. 4